home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / application / dns / bind / bind-fingerprint.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2005-02-12  |  303b  |  13 lines

  1. #!/bin/sh
  2. #
  3. # Bind 9.0 Finger Printing by no-one
  4. #            Bug Found by Max Vision.
  5.  
  6. if [ "$1" = "" ]; then 
  7.         echo "Bind 9.0 fingerprint"
  8.         echo ""
  9.         echo "Usage: $0 <host>"
  10.         exit 1
  11. fi
  12. echo "If you see a reply, its running Bind 9."
  13. dig @$1 authors.bind chaos txt